From: Florian Eckert Date: Fri, 15 Mar 2024 14:23:39 +0000 (+0100) Subject: luci-app-opkg: add missing PKG_LICENSE X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=97b33fef697cba972ff71165c319dbf0bc99658b;p=project%2Fluci.git luci-app-opkg: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-opkg/Makefile b/applications/luci-app-opkg/Makefile index 0f3d8a7027..1510a5acb9 100644 --- a/applications/luci-app-opkg/Makefile +++ b/applications/luci-app-opkg/Makefile @@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=OPKG package management application LUCI_DEPENDS:=+luci-base +opkg